home *** CD-ROM | disk | FTP | other *** search
- on MainMenuWorkings
- repeat with n = 7 to 57
- handcursor(n)
- end repeat
- if rollOver(8) or (rollOver(9) = 1) then
- set the visible of sprite 4 to 1
- else
- set the visible of sprite 4 to 0
- end if
- set x to random(100)
- if x >= 70 then
- set the visible of sprite 3 to 1
- else
- set the visible of sprite 3 to 0
- end if
- end
-